CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux server

搜索资源列表

  1. chat

    0下载:
  2. linux系统下一个简单的聊天程序,主要用socket和select实现的-linux system a simple chat program, the main achievement of the socket and select
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-21
    • 文件大小:16805
    • 提供者:cxt
  1. ChatServer

    0下载:
  2. Linux c语言多进程多用户聊天程序 使用多进程与多线程合作 使用共享内存V进行交换信息 可谓Linux网络套接字编程学习之良品-Linux c multi-process multi-user chat server
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:5943
    • 提供者:hydra
  1. realmsg-4

    0下载:
  2. 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3944419
    • 提供者:xc
  1. SecureCRT

    1下载:
  2. SecureCRT,连接linux服务器的利器,不需破解,绿色工具,解压即用。-SecureCRT, linux server connection tool, without cracking, green tools to extract that is used.
  3. 所属分类:Linux Network

    • 发布日期:2016-01-24
    • 文件大小:3748864
    • 提供者:lishifei
  1. FTP-server-client-linux-c

    0下载:
  2. FTP 客户端和服务器端,linux程序。支持多进程服务!客户端和服务端各一个单独文件。-FTP on linux codes。Client and server。
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-24
    • 文件大小:9279
    • 提供者:康竟淞
  1. epoll_serve5

    0下载:
  2. 一个linux下下的epoll服务器,支持视频传输,结构简单-Under an epoll under linux server to support video transmission, simple structure
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:1398
    • 提供者:杨波
  1. RtspServer

    0下载:
  2. rtsp服务器,rtp/rtcp,支持linux-rtsp server, rtp/rtcp
  3. 所属分类:Console

    • 发布日期:2017-06-16
    • 文件大小:24155864
    • 提供者:谭宜波
  1. X264RTMP

    1下载:
  2. 支持h264编码协议的RTMP传输协议,这个是H264的具体实现x264的配套传输协议中的RTMP,支持x264在RTMP上实时传输的企业版。Linux和windows上测试通过,可直接使用。-xbmc player uses RTMP protocol implementation code, compile the following in the Linux, very good implementation of the RTMP protocol packets in various
  3. 所属分类:Windows编程

    • 发布日期:2012-11-07
    • 文件大小:3281334
    • 提供者:村过去
  1. rtsp_server

    0下载:
  2. rtsp server源代码,里面有完整的rtsp rtp rtcp sdp协议源码-rtsp server source code, which has the complete source code protocol rtsp rtp rtcp sdp
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-22
    • 文件大小:538386
    • 提供者:曹俊杰
  1. select

    0下载:
  2. linux下基于select函数的一个小型聊天室程序,分服务器和客户端-linux select function Based on a small chat room procedures, sub-server and client
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:1961
    • 提供者:SilverBullet
  1. fws

    0下载:
  2. http web server c语言实现,兼容windows和linux,实现http web server的基本,支持gzip压缩-http web serverc language, compatible with windows and linux, the realization of the basic http web server, support for gzip compression
  3. 所属分类:Web Server

    • 发布日期:2017-04-09
    • 文件大小:2551968
    • 提供者:赖泽天
  1. telnetd

    0下载:
  2. arm linux telnet 简单服务器源程序-a simple arm linux telnet server source code
  3. 所属分类:Linux Network

    • 发布日期:2016-01-27
    • 文件大小:686080
    • 提供者:Johnlya
  1. Telnetserver

    0下载:
  2. linux下telnet服务器的程序代码-telnet server under linux code
  3. 所属分类:Linux Network

    • 发布日期:2017-03-26
    • 文件大小:67190
    • 提供者:邓如玉
  1. ntp_client

    1下载:
  2. 功能:ntp客户端,实时校时 运行环境:linux 内核版本:2.6.25-14.fc9.i686 描述:严格按照rfc1305的规范来编写的ntp客户端程序,时间服务器使用国家授时中心。ip:210.72.145.44 程序中有必要的注释,便于阅读,复制在任意目录下直接make,./ntp_client就可以实现时间的实时校对。 根据需要可以选择粗略对时和精确对时两种,但在精确对时的时差和延迟计算方法上还有待进一步研究。 enjoy!-Function: ntp cl
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:3646
    • 提供者:阿波罗
  1. pppd-dial-CDMA

    0下载:
  2. 该代码是我在Linux的Fedora 9上配置拨号,串口CDMA猫拨号上的相关配置文件,ppp版本为2.4.4版本,CDMA为anydata的DTGS-800,AT指令为ATDT#777拨号上网。 实现了获得本地IP和服务器IP。 大家可以参考一下。-The code is my Fedora 9 on Linux, configure the dial-up, serial CDMA dial-up on the cat-related configuration files, ppp ver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:155316
    • 提供者:gaowei
  1. TCP_socket

    0下载:
  2. Linux C Socket Client.c Server.c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1649
    • 提供者:hye
  1. tcp_romote_mp

    0下载:
  2. Linux下实现tcp多进程并发服务器,有客户端和服务端俩个类-Linux achieve tcp multi-process concurrent server, there are both client and server classes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:2322
    • 提供者:吴萤
  1. Sample-TCP-Server-Client

    0下载:
  2. Linux下简单 的 TCP 服务器和客户端端代码-Simple TCP Server and Cliet under Linux
  3. 所属分类:Linux Network

    • 发布日期:2017-11-06
    • 文件大小:1436
    • 提供者:dd
  1. linux_file_socket

    0下载:
  2. linux下的文件传输系统,有客户端和服务器端-Under linux file transfer system, a client-side and server-side
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:837307
    • 提供者:lixiaolong
  1. msdl-1.2.4-r1.tar

    0下载:
  2. linux下流媒体下载程序代码,可下载mms,http,rtsp,ftp等-This program is to download multimedia streaming files. Currently it supports following protocols. * mmst (Microsoft Media Server over TCP) * mmsh (MMS over HTTP) * http (Hyper Text Tran
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:196179
    • 提供者:中交星网
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com